指定された配列 T[] データをメモリ位置から読み取ります。
シンタックス
'宣言
Public Overloads Shared Function Read(Of As {New, Struct})( _
ByVal As System.IntPtr, _
ByVal () As , _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.IntPtr
public static System.IntPtr Read<>(
System.IntPtr ,
[] ,
System.int ,
System.int
)
where T: new(), struct
パラメータ
- source
- 読み取るメモリの場所。
- data
- 書き込むデータ。
- offset
- 書き込む配列内のオフセット。
- count
- メモリの場所から読み取る T 要素の数。
型パラメータ
- T
- 読み取るデータのタイプ。
戻り値の型
ソースポインタ + sizeof(T) * 数
参照